GET DEVICE TYPE

This command will return the device type of the current 3D device.

  Syntax
Return Integer=GET DEVICE TYPE()
  Returns

This command will return the device type of the current 3D device

  Description

This device type is returned as an integer value.

  Example Code
sync on : sync rate 60 : hide mouse:cls 0
while mouseclick()=0
set cursor 0,0
print "3D DEVICE DATA"
print "devicetype:";get device type()
sync
endwhile
end
  See also

BASIC3D Commands Menu
Index